Welcome![Sign In][Sign Up]
Location:
Search - delphi filter

Search list

[Web ServerISAPI Filter 限制 IIS 多线程访问

Description: 使用 ISAPI Filter 实现的限制 IIS 多线程访问程序。 主要应用在下载系统,或者使用 IIS 做的流媒体点播系统中,稍加修改可以使其具有认证功能。在程序中已经对 用户认证 事件做了直接返回的处理。 使用本 Filter 可以很容易的获得服务器的连接数,从而可以实现多个服务器的负载平衡(可以把请求分发到连接较少的一个服务器上)。 可以对访问的有效控制,可以自定义无限制用户IP,限制用户的IP。 从而可以实现对某个IP的限制数不限制,或者对某个IP的封杀。-use ISAPI Filter achieve restrictions IIS multithreading visit procedures. The main application download system, or do IIS use of streaming media on-demand system, a little change can make it authenticated. The procedures for user authentication has done a deal with the direct return. The use of the Filter can easily access server connections, which can be achieved over the server load balancing (request can be sent to a less connected server). The visit can be an effective control, can define unlimited user IP, the IP user restrictions. Thus it is possible for a limited number of IP no restrictions, or to a particular IP block.
Platform: | Size: 95232 | Author: zero | Hits:

[GDI-BitmapPhotoshop SDK for Delphi 6_7

Description:
Platform: | Size: 351232 | Author: 陈晓洪 | Hits:

[Delphi VCLzhongzhilvbo

Description: 图象柔化化的一种,中值滤波,能很快速的实现图象的柔化,图象的边缘保持不变.-image of a soft, the median filter can achieve very rapid images of soft, the edges in the image remains unchanged.
Platform: | Size: 324608 | Author: 官宇飞 | Hits:

[Otherdigital_signal

Description: 《数字信号处理》实验模拟程序,实现了FFT、IIR、FIR、及IIR心电图滤波器的模拟。-"Digital Signal Processing" experimental simulation program, realized the FFT, IIR, FIR and IIR filter simulated electrocardiogram.
Platform: | Size: 189440 | Author: 韦真名 | Hits:

[Firewall-SecurityIEBLOCK

Description: 实现根据黑名单或白名单列表对URL地址进行过滤功能。 注册: 1、regsvr32 /s iebho.dll 卸载: 1、regsvr32 /s /u iebho.dll 过滤规则文件: 1、过滤规则文件位于system32目录下,文件名称为urlfilt.sys 2、文件格式为以\x0a分隔的行,第一行标记缺省是禁止网页访问还是允许, 即是白名单还是黑名单, 网址不能加入http://等头,并且采用模糊匹配方法,例如sina将匹配 www.sina.com.cn、sina.cn等 黑名单格式例: 0\x0awww.sina.com.cn\x0abbs.xici.net\x0a 对于列表中的网址执行阻断,列表外的允许访问 白名单格式例: 1\x0awww.sina.com.cn\x0abbs.xici.net\x0a 对于列表中的网址允许访问,列表外的执行阻断 3、BHO组件对urlfilt.sys文件的访问采用fmShareDenyNone方式,不加任何锁-achieved under white list or blacklist of URL filtering function. Registration : 1, typing/s iebho.dll unloading : 1. typing/s/u iebho.dll filtering rules : 1. Filter rules are located in system32 directory and the file name for urlfilt.sys 2. file format for a \ x0a separated OK, OK marking the first default is prohibited or allowed to visit the website. that is, white list or blacklist web site, http://, etc. can be included in the first, and using fuzzy matching, For example, Sina will match www.sina.com.cn, sina.cn blacklist format such cases : 0 \ x0awww.sina.com.cn \ x0abbs.xici.net \ x0a For the list of blocked implementation of the website, the list outside the white list to allow visits format cases : 1 \ x0awww.sina.com.cn \ x0abbs.xici.net \ x0a list for permission to
Platform: | Size: 8192 | Author: eagletmp | Hits:

[Delphi VCLTbcISAPIFilter2.1

Description: 简介 TbcISAPIFilter.ISAPI.Filter.Component.for.Delphi.v2.1.WinALL.Retail.Source.Code-DVT TbcISAPIFilter代给你让你在Delphi 4,5,6,7和C++ Builder中可视化开发的体验。把这个组件拖放到数据模块上,按照你希望的方式处理事件。可视化地设置过滤器的优先级别。本组件带有IIS 认证过滤例子的DLL源代码。 -brief TbcISAPIFilter.ISAPI.Filter.Compon ent.for.Delphi.v2.1.WinALL.Retail.Source . Code-generation DVT TbcISAPIFilter to you let you in Delphi 4,5. 6, 7 and C Builder visual development experience. This drag and drop components to the data module, in accordance with the way you want to handle the case. Visualization to install filters level of priority. The units with IIS authentication filter example DLL source code.
Platform: | Size: 284672 | Author: 红雨 | Hits:

[Delphi VCLTuXiangZhongZhiLvBo

Description: 介绍了如何用delphi来进行图像的中值滤波处理-on how to use delphi image median filter
Platform: | Size: 139264 | Author: 吴铭 | Hits:

[Bio-RecognizewaveletRMA

Description: 执行小波多分辨分解,包括三个函数。第一完成滤波器组的设计,第二完成分解,第三完成重构-Implementation of wavelet multiresolution decomposition, including the three functions. The first completed the design of filter banks, and the second to complete decomposition, the third to complete remodeling
Platform: | Size: 1024 | Author: 李文良 | Hits:

[Special Effectstuxiangfenxi

Description: 图像分析课程实验报告,delphi实现。 1. 图像显示 能显示图像,显示图像的基本信息,如:直方图、熵。 2. 图像变换 a) 平移 b) 缩放 c) 旋转 d) FFT变换 e) 小波变换 3. 图像增强 a) 直方图增强 b) 小波增强 4. 图像分割 a) 梯度分割 b) Canny算子 5. 图像滤波 a) 低通滤波 b) 中值滤波 c) 高通滤波 d) 带阻滤波 6. 数学形态学 a) 腐蚀 b) 扩张 c) 开运算 d) 闭运算 e) 骨架 7. 模式识别 a) 特征匹配 -Experiment report image analysis program, delphi realize. 1. Image display can show images, display images of the basic information, such as: histograms, entropy. 2. Image Transform a) Translation b) zoom c) rotation d) FFT transform e) Wavelet Transform 3. Image enhancement a) Histogram enhance b) wavelet enhanced 4. Image segmentation a) gradient partition b) Canny operator 5. Image Filtering a) low-pass filter b) median filter c) high-pass filtering d) band-stop filter 6. Mathematical morphology a) corrosion b) expansion c) open computing d) closing operation e) skeleton 7. Pattern Recognition a) Feature Matching
Platform: | Size: 285696 | Author: 齐欢乐 | Hits:

[Special Effectsfilter

Description: 图像滤波的介绍,介绍图像滤波的概念及其实现图像滤波的程序算法-Introduction of image filtering, image filtering introduce the concept and realize image filtering procedure Algorithm
Platform: | Size: 12288 | Author: wfw | Hits:

[Special Effectsimage-edge-detecting

Description: 图像处理通用功能软件包 包括图像的中值滤波 边缘检测 图像的腐蚀等-Image processing software packages, including general features of the median filter image edge detection of corrosion, such as images
Platform: | Size: 1091584 | Author: xxx | Hits:

[Delphi VCLUAsyncFlt

Description: delphi源码,同步读取文件 filter-delphi source, synchronous read the file filter
Platform: | Size: 3072 | Author: hjm | Hits:

[Delphi VCLPushSource

Description: delphi源码,Push模式的source filter源码,三种类型的Filter-delphi source, Push mode source filter-source, three types of Filter
Platform: | Size: 200704 | Author: hjm | Hits:

[DirextXfilter_ax

Description: 用Delphi开发的directshow 过滤器(filter)的源码,带已编释AX的档案。 功能:可实现现时的edge detection过滤。-Developed by Delphi DirectShow filter (filter) the source, has been released with AX files. Function: to achieve the edge detection filter.
Platform: | Size: 246784 | Author: ultra vision | Hits:

[Sniffer Package capturePacketHack

Description: 前几天帮朋友写的一个截取包和发包的工具,跟WPE一样,使用手册在bin下面-The packethack like WPE, include Send,Sendto,WSASend,WSASendto Filter
Platform: | Size: 457728 | Author: xman | Hits:

[Web ServerISAPI_Filter

Description: ISAPI Filter ,IIS插件开发实例源代码 -ISAPI Filter, IIS Plug-in Development example of source code
Platform: | Size: 96256 | Author: SENY | Hits:

[Delphi VCLFilter

Description: Simpke opc delphi client
Platform: | Size: 2048 | Author: ciccio | Hits:

[Windows DevelopFilter

Description: Calculates electrical transfer funstion of ladder filters
Platform: | Size: 15360 | Author: William Kuipers | Hits:

[Delphi VCLFilters

Description: Delphi h264 filter directshow
Platform: | Size: 449536 | Author: moonexplorer | Hits:

[Algorithmreview-for-kalman-filter

Description: 国外大牛写的关于卡尔曼滤波文献综述,是研究卡尔曼滤波人员非常好的参考文献-review for kalman filter since 1960
Platform: | Size: 388096 | Author: zhuxq | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net